home *** CD-ROM | disk | FTP | other *** search
- ; $RAP.MAC - Definitions for RSB.ASM
-
- SVP EQU 0B6H ; Interrupt number for SVP.
-
- ; Calls to SVP ...
- $GETM EQU 4 ; Get storage from the Workspace.
- $RELM EQU 5 ; Return storage to Workspace.
-
- ; APL Variable header and body equates.(ES based)
- E$PTR EQU WORD PTR ES:[0] ; APL Buffer structure.
- E$NB EQU WORD PTR ES:[2] ; Number of bytes
- E$NELM EQU WORD PTR ES:[4] ; Number of APL elements.
- E$TYPE EQU BYTE PTR ES:[6] ; APL Data type 0=bool,1=int,3=char
- E$RANK EQU BYTE PTR ES:[7] ; Number of dimensions.
- E$DIM1 EQU WORD PTR ES:[8] ; 1st dimension of an array.
- E$DIM2 EQU WORD PTR ES:[10] ; 2nd dimension of an array.
-